projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28aa906
)
Drop GdkSpan type
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Oct 2010 13:39:10 +0000
(09:39 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 1 Oct 2010 13:39:10 +0000
(09:39 -0400)
GdkSpan is not used anywhere.
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 42ebf5994361b5191ab3632691f9dbf7cbc2a19e..a5543d93386b12268b857804211ca885087f5105 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-65,7
+65,6
@@
G_BEGIN_DECLS
*/
typedef struct _GdkPoint GdkPoint;
typedef cairo_rectangle_int_t GdkRectangle;
-typedef struct _GdkSpan GdkSpan;
typedef struct _GdkAtom *GdkAtom;
@@
-252,12
+251,6
@@
struct _GdkPoint
gint y;
};
-struct _GdkSpan
-{
- gint x;
- gint y;
- gint width;
-};
G_END_DECLS